Crate oxc_ast

source ·
Expand description

§Oxc AST

Abstract Syntax Tree nodes for Oxc. Supports both TypeScript and JavaScript.

This is almost similar to estree except a few places:

§Parsing

You can obtain an AST by parsing source code with a Parser from oxc_parser.

§Cargo Features

  • "serde" enables support for serde serialization

Re-exports§

Modules§

Macros§

Structs§

Enums§

Type Aliases§

  • Sorted set of unique trivia comments, in ascending order by starting position.